Editor Properties

Description

The editor properties lets you define javascript to be used in manipulating values that are defined inside the editor itself, usually on the controls contained within the editor. This lets you decide whether or not you want a property to be consumed inside an editor.

Name
Description
Set value in editor

Specify the Javascript to set the value in the editor.

Show editor

Specify the Javascript to run when the editor is shown, after the value in the editor has been set.

Hide editor

Specify the Javascript to run when the editor is hidden.

Get value from editor

Specify the Javascript to commit the value you are editing.

Validate editor

Specify the Javascript to run to validate the value in the editor.

Configuration settings

This advanced setting specifies a JSON string that defines a genie that can be invoked in the Form builder to configure the editor for the corresponding field in the Form View builder.

See Also